projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe88cd
)
* lisp/textmodes/rst.el (rst-directive): Remove XEmacs compat code.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 5 Feb 2021 00:27:14 +0000
(
01:27
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 5 Feb 2021 00:27:14 +0000
(
01:27
+0100)
lisp/textmodes/rst.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/rst.el
b/lisp/textmodes/rst.el
index 18341716e3a412fa03572f29b991caadd4e986c7..2b31e7ed61248c763ef8bf84e9de1701bf9817ad 100644
(file)
--- a/
lisp/textmodes/rst.el
+++ b/
lisp/textmodes/rst.el
@@
-3627,10
+3627,7
@@
Region is from BEG to END. With WITH-EMPTY prefix empty lines too."
"customize the face `rst-definition' instead."
"24.1")
-;; XEmacs compatibility (?).
-(defface rst-directive (if (boundp 'font-lock-builtin-face)
- '((t :inherit font-lock-builtin-face))
- '((t :inherit font-lock-preprocessor-face)))
+(defface rst-directive '((t :inherit font-lock-builtin-face))
"Face used for directives and roles."
:version "24.1"
:group 'rst-faces)